home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / Sessions / Completions / Completions Source / Files / FileWritingPath.h < prev    next >
Encoding:
Text File  |  1998-06-15  |  201 b   |  15 lines  |  [TEXT/CWIE]

  1. // FileWritingPath.h
  2.  
  3. #ifndef FileWritingPath_h
  4. #define FileWritingPath_h
  5.  
  6. #ifndef FileReadingPath_h
  7. #include "FileReadingPath.h"
  8. #endif
  9.  
  10. class FileWritingPath: public FileReadingPath
  11.   {
  12.   };
  13.  
  14. #endif
  15.